home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / db / db.dir / 00209.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  186 b   |  16 lines

  1. on mouseDown
  2.   go("albero")
  3. end
  4.  
  5. on mousewithin
  6.   nothing()
  7. end
  8.  
  9. on mouseenter
  10.   set the text of cast "rolltext" to "TREE"
  11. end
  12.  
  13. on mouseexit
  14.   set the text of cast "rolltext" to " "
  15. end
  16.